Click or drag to resize

XmlNodeCollectionRemove Method

Removes a XmlNode from the collection, if it is present.

Namespace:  Independentsoft.Sip.Presence
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public void Remove(
	XmlNode node
)

Parameters

node
Type: System.XmlXmlNode
The XmlNode to remove.
See Also